Dew Math for .NET
|
Defines the calling vector to have the view of the same memory as Src.
Src vector's Length property may not change while any other object has it's own view of it.
This SetSubRange method must be handled with great care. Namely:
are no longer pointing to valid memory.
when changing the size of b. Again all objects which have subranged b are not longer pointing to valid memory.
All this can lead to hard to find bugs. It is therefore recommended to contstrain the use of the Subrange within the scope of one routine.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|